home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / StartupTools / BeepAManiac07.lha / BeepAManiac / Installations.rexx < prev    next >
OS/2 REXX Batch file  |  1995-04-01  |  211b  |  11 lines

  1. /* BeepAManiac installation.
  2.    
  3.    Copy BeepAManiac to system startup drawer.
  4. */   
  5.  
  6. address command
  7. say
  8. say 'Copying BeepAManiac to SYS:WBStartup'
  9. 'copy BeepAManiac sys:wbstartup'
  10. say 'Installation complete.'
  11.